Version

AddItem Method

Adds an item to the existing items list of the ComboEditorBase control. This occurs when the CustomValueEnteredAction of the control is set to Add and when a search text is entered that does not correspond to any existing items’ display text
Syntax
'Declaration
 
Public Sub AddItem( _
   ByVal oComboItemText As System.String _
) 
public void AddItem( 
   System.string oComboItemText
)
public: void AddItem( 
   System.string* oComboItemText
) 

Parameters

oComboItemText
Display text of the item that needs to be added newly
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also